From: Laszlo Boszormenyi (GCS) Date: Tue, 2 Dec 2025 18:03:25 +0000 (+0100) Subject: PHP tests are not php / phpunit 8 compatible X-Git-Tag: archive/raspbian/0.22.0-3+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5b8869040cde57d3f9be7e1ae888da527a2f6a7e;p=thrift.git PHP tests are not php / phpunit 8 compatible Last-Update: 2025-10-12 Disable those for now. Gbp-Pq: Name disable_php_testing.patch --- diff --git a/lib/php/test/Makefile.am b/lib/php/test/Makefile.am index 6f2dca8..d9e2aad 100644 --- a/lib/php/test/Makefile.am +++ b/lib/php/test/Makefile.am @@ -37,7 +37,7 @@ deps: $(top_srcdir)/composer.json all-local: deps check: deps stubs - $(PHPUNIT) --log-junit=test-log-junit.xml -c phpunit.xml / +# $(PHPUNIT) --log-junit=test-log-junit.xml -c ../phpunit.xml / distclean-local: